Option Explicit
Sub L_Sample023()
    Load UserForm1				'ۭq檺J
    With UserForm1
        'w
        .Controls("CommandButton1").Enabled = False
        .Controls("OptionButton1").Enabled = False
        .Show
    End With
End Sub
